/ Assembly List / LJCUnitMeasureDAL / UnitMeasureManager / ConvertUnit

Namespace - LJCUnitMeasureDAL


Parameters
fromUnitMeasureID - The source UnitMeasure ID.
toUnitMeasureID - The target UnitMeasure ID.
value - The source value.

Returns

The converted value.

Syntax

C#
public Object ConvertUnit(Int32 fromUnitMeasureID, Int32 toUnitMeasureID, Object value)

Convert units.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.